|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.epiphan.vga2usb.VideoMode
Video mode descriptor.
Method Summary | |
Object |
clone()
Clones this object. |
boolean |
equals(Object obj)
Compares this object with another. |
int |
getHeight()
Gets the height of the active area of the screen screen in pixels. |
float |
getRefreshRate()
Gets the refresh rate in Hz. |
int |
getWidth()
Gets the width of the active area of the screen screen in pixels. |
int |
hashCode()
Gets the hash code for this object. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public Object clone()
public boolean equals(Object obj)
obj
- the object to compare with.
true
if the objects are equal,
false
otherwise.public int getHeight()
public float getRefreshRate()
public int getWidth()
public int hashCode()
public String toString()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |